home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / down next >
Text File  |  1997-07-28  |  477b  |  34 lines

  1.  
  2. ;;; Quit all nodes
  3.  
  4. ;  trion -q -a -x
  5.  
  6. ;;; If no nodes Quit the trion Resource Manager
  7.  
  8. ;  RMCommander -q
  9.  
  10. ;;; Quit all nodes , and if all down Quit the trion Resource Manager
  11.  
  12. RMCommander -a
  13.  
  14. ;;; Remove GPFax from memory
  15.  
  16. ; rx "address rexx_gpfax quit"
  17.  
  18. ;;; Remove Trion hotkey programm
  19.  
  20. run trionhotkeys
  21.  
  22. ;;; Remove Trion scheduler
  23.  
  24. event -Q
  25.  
  26. ;;; Remove Cron Util from memory
  27.  
  28. ; rx "address cybercron quit"
  29.  
  30. ;;; Flush all unused libs/devices from memory
  31.  
  32. Avail Flush >nil:
  33.  
  34.